/* layout */
body,p,form,input{margin: 0}
#form{
  width: 400px;
  margin: 30px auto;
  padding: 20px;
  border: 1px solid #555;
  }

form p{
    font-size: 14px;
    }

.form-title{
  text-align: center;
  }

.id,.pass{
  margin-bottom: 20px;
  }

input[type="text"],
input[type="password"] {
  width: 300px;
  padding: 4px;
  font-size: 14px;
  }
    
.submit{
  text-align: right;
  }


/* font */
#form p{
  color: #077685;
  font-weight: bold;
  }

#form .form-title{
  font-family: Arial;
  font-size: 40px;
  color: #4eb4c2;
  }

/* skin */
#form{
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 10px #488a9e;
  -moz-box-shadow: 0px 1px 10px #488a9e;
  box-shadow: 0px 1px 10px #488a9e;
  border: solid #4eb4c2 1px;
  background: #fafafa;
  }

#form .form-title{
  padding-bottom: 6px;
  border-bottom: 2px solid #4eb4c2;
  margin-bottom: 20px;
  }

.submit input{
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 6px #e3e3e3;
  -moz-box-shadow: 0px 8px 6px #e3e3e3;
  box-shadow: 0px 8px 6px #e3e3e3;
  border: solid #f5fdff 4px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#61c7e0), to(#418da8));
  background: -moz-linear-gradient(top, #61c7e0, #418da8);
  }
.submit input:hover{
  background: #37a4bf;
 }





#form2{
  width: 1500px;
  margin: 30px auto;
  padding: 20px;
  border: 1px solid #555;
  }
form2 p{
    font-size: 15px;
    }

.form2-title{
  text-align: center;
  }

.date{
  margin-bottom: 20px;
  }

input[type="date"],{
  width: 100px;
  padding: 4px;
  font-size: 14px;
  }


/* font */

#form2 p{
  color: #61c7e0;
  font-weight: bold;
  }

#form2 .alert{
  color: #ff0000;
  font-size: 14px;
  text-align: right;
  font-weight: normal;
  
}


#form2 .form-title{
  font-family: Arial;
  font-size: 40px;
  color: #4eb4c2;
  }

/* skin */
#form2{
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 10px #488a9e;
  -moz-box-shadow: 0px 1px 10px #488a9e;
  box-shadow: 0px 1px 10px #488a9e;
  border: solid #4eb4c2 1px;
  background: #ffffff;
  }

#form2 .form-title{
  padding-bottom: 6px;
  border-bottom: 2px solid #4eb4c2;
  margin-bottom: 20px;
  }


/* tabulator */

#form2 .tabulator {font-size: 12px;}
